GdkWindow: Remove unused fields
authorAlexander Larsson <alexl@redhat.com>
Thu, 4 Sep 2014 19:58:20 +0000 (21:58 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 5 Sep 2014 07:44:28 +0000 (09:44 +0200)
clip_region_with_children and layered_region is not used any more,
remove them.

gdk/gdkinternals.h

index f58ccb00845d3aa73d50bf378c9fb1b16cbfc8f2..5e98f96fcaa861ae4fcfa7122fb8c532bfccbade 100644 (file)
@@ -257,12 +257,6 @@ struct _GdkWindow
      that is fully or partially (i.e. semi transparently) visible in
      the window hierarchy from the toplevel and down */
   cairo_region_t *clip_region;
-  /* This is the clip region, with additionally all the opaque
-     child windows removed */
-  cairo_region_t *clip_region_with_children;
-  /* The layered region is the subset of clip_region that
-     is covered by non-opaque sibling or ancestor sibling window. */
-  cairo_region_t *layered_region;
 
   GdkCursor *cursor;
   GHashTable *device_cursor;